drawText

Undocumented in source. Be warned that the author may not have intended to support it.
export extern (System)
void
drawText
(
string text
,
int x
,
int y
,
float scale = 1.0f
,
HipColor color = HipColor.white
,
HipTextAlign align_ = HipTextAlign.centerLeft
,
Size bounds = Size.init
,
bool wordWrap = false
)

Meta